home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
cafe
/
ultslots.dir
/
00311_SLOTKEYS.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-06
|
353 b
|
19 lines
on SlotKeys
if the keyCode = 49 then
unsetQT(5)
go("START")
end if
if the commandDown and (the key = "g") then
unsetQT(5)
giveCoin()
end if
if the commandDown and (the key = "j") then
unsetQT(5)
spinJack()
end if
if the commandDown and (the key = "q") then
puppetPalette("System - Win")
quit()
end if
end